keepalived: enable reproducible-build
authorFlorian Eckert <[email protected]>
Mon, 11 Nov 2024 10:22:15 +0000 (11:22 +0100)
committerFlorian Eckert <[email protected]>
Thu, 4 Sep 2025 06:34:13 +0000 (08:34 +0200)
commit9db0eab9c516d6220a21b0111da54b2c366a13d8
treed432087184d727a306bec78c4df6354203763c14
parent5d8cf24665a8a9ae8ce2bfdf16dc3c3e24063eba
keepalived: enable reproducible-build

Before keepalived version '2.3.0' the compilation was not reproducable
because the compile date and other information has been added to the binary.

Starting with version '2.3.0', there is a new compilation option
'--enable-reproducible-build' that makes the binary reproducible.

The data that prevented this has been moved to a separate file,
'/etc/keepalived/keepalived.config-opts'.

This commit enables the reproducable build.

[1] https://github.com/acassen/keepalived/commit/30d2f759783e769c27974d22bab88f7e82dfcdf9

Signed-off-by: Florian Eckert <[email protected]>
net/keepalived/Makefile